home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TEDITOROPTIONSDLG / TEDITOROPTIONSDLG.txt
Text File  |  2006-04-19  |  26KB  |  979 lines

  1. object EditorOptionsDlg: TEditorOptionsDlg
  2.   Left = 332
  3.   Top = 164
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Editor options'
  7.   ClientHeight = 433
  8.   ClientWidth = 462
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object PanelBottom: TPanel
  24.     Left = 0
  25.     Top = 396
  26.     Width = 462
  27.     Height = 37
  28.     Align = alBottom
  29.     BevelOuter = bvNone
  30.     TabOrder = 0
  31.     object btnOK: TButton
  32.       Left = 218
  33.       Top = 8
  34.       Width = 72
  35.       Height = 22
  36.       HelpContext = 49
  37.       Caption = 'btnOK'
  38.       Default = True
  39.       TabOrder = 0
  40.       OnClick = btnOKClick
  41.     end
  42.     object btnCancel: TButton
  43.       Left = 298
  44.       Top = 8
  45.       Width = 72
  46.       Height = 22
  47.       HelpContext = 44
  48.       Cancel = True
  49.       Caption = 'btnCancel'
  50.       ModalResult = 2
  51.       TabOrder = 1
  52.     end
  53.     object btnHelp: TButton
  54.       Left = 378
  55.       Top = 8
  56.       Width = 72
  57.       Height = 22
  58.       HelpContext = 7
  59.       Caption = 'btnHelp'
  60.       TabOrder = 2
  61.       OnClick = btnHelpClick
  62.     end
  63.     object btnRestore: TButton
  64.       Left = 5
  65.       Top = 8
  66.       Width = 91
  67.       Height = 22
  68.       Caption = 'btnRestore'
  69.       TabOrder = 3
  70.       OnClick = btnRestoreClick
  71.     end
  72.   end
  73.   object MainFlatPageControl: TPageControl
  74.     Left = 0
  75.     Top = 0
  76.     Width = 462
  77.     Height = 396
  78.     ActivePage = tsGeneral
  79.     Align = alClient
  80.     ParentShowHint = False
  81.     ShowHint = False
  82.     TabOrder = 1
  83.     object tsGeneral: TTabSheet
  84.       BorderWidth = 10
  85.       Caption = 'General'
  86.       object GBEditorOptions: TGroupBox
  87.         Left = 0
  88.         Top = 0
  89.         Width = 431
  90.         Height = 163
  91.         Caption = 'GBEditorOptions'
  92.         TabOrder = 0
  93.         object lblWrapColumn: TLabel
  94.           Left = 220
  95.           Top = 19
  96.           Width = 71
  97.           Height = 13
  98.           Caption = 'lblWrapColumn'
  99.         end
  100.         object chkAutoIndent: TCheckBox
  101.           Left = 8
  102.           Top = 19
  103.           Width = 205
  104.           Height = 17
  105.           HelpContext = 928
  106.           Caption = 'chkAutoIndent'
  107.           TabOrder = 0
  108.         end
  109.         object chkSmartTabs: TCheckBox
  110.           Left = 8
  111.           Top = 37
  112.           Width = 205
  113.           Height = 17
  114.           HelpContext = 699
  115.           Caption = 'chkSmartTabs'
  116.           TabOrder = 1
  117.         end
  118.         object chkDblClickSelectWord: TCheckBox
  119.           Left = 8
  120.           Top = 110
  121.           Width = 210
  122.           Height = 17
  123.           HelpContext = 929
  124.           Caption = 'chkDblClickSelectWord'
  125.           TabOrder = 6
  126.         end
  127.         object chkSmartFill: TCheckBox
  128.           Left = 8
  129.           Top = 55
  130.           Width = 205
  131.           Height = 17
  132.           HelpContext = 700
  133.           Caption = 'chkSmartFill'
  134.           TabOrder = 2
  135.         end
  136.         object chkCursorAfterEOL: TCheckBox
  137.           Left = 220
  138.           Top = 56
  139.           Width = 191
  140.           Height = 17
  141.           HelpContext = 1212
  142.           Caption = 'chkCursorAfterEOL'
  143.           TabOrder = 4
  144.         end
  145.         object chkUseTABChar: TCheckBox
  146.           Left = 8
  147.           Top = 73
  148.           Width = 205
  149.           Height = 17
  150.           HelpContext = 1464
  151.           Caption = 'chkUseTABChar'
  152.           Checked = True
  153.           State = cbChecked
  154.           TabOrder = 3
  155.         end
  156.         object chkShowFocusLine: TCheckBox
  157.           Left = 220
  158.           Top = 74
  159.           Width = 196
  160.           Height = 17
  161.           HelpContext = 6003
  162.           Caption = 'chkShowFocusLine'
  163.           TabOrder = 5
  164.         end
  165.         object chkShowAllChars: TCheckBox
  166.           Left = 8
  167.           Top = 92
  168.           Width = 205
  169.           Height = 17
  170.           HelpContext = 620
  171.           Caption = 'chkShowAllChars'
  172.           TabOrder = 7
  173.         end
  174.         object chkUnlimitedUndo: TCheckBox
  175.           Left = 220
  176.           Top = 92
  177.           Width = 196
  178.           Height = 17
  179.           HelpContext = 6004
  180.           Caption = 'chkUnlimitedUndo'
  181.           TabOrder = 8
  182.         end
  183.         object chkWordWrap: TCheckBox
  184.           Left = 220
  185.           Top = 37
  186.           Width = 191
  187.           Height = 17
  188.           HelpContext = 1044
  189.           Caption = 'chkWordWrap'
  190.           TabOrder = 9
  191.           OnClick = chkWordWrapClick
  192.         end
  193.         object EdWrapColumn: TEdit
  194.           Left = 390
  195.           Top = 13
  196.           Width = 30
  197.           Height = 21
  198.           HelpContext = 1043
  199.           MaxLength = 4
  200.           TabOrder = 10
  201.         end
  202.         object chkShowWrappedLines: TCheckBox
  203.           Left = 220
  204.           Top = 129
  205.           Width = 201
  206.           Height = 17
  207.           HelpContext = 620
  208.           Caption = 'chkShowWrappedLines'
  209.           TabOrder = 11
  210.         end
  211.         object chkUseHighlighting: TCheckBox
  212.           Left = 8
  213.           Top = 129
  214.           Width = 210
  215.           Height = 17
  216.           HelpContext = 932
  217.           Caption = 'chkUseHighlighting'
  218.           TabOrder = 12
  219.         end
  220.         object chkUndoAfterSave: TCheckBox
  221.           Left = 220
  222.           Top = 111
  223.           Width = 196
  224.           Height = 17
  225.           Caption = 'chkUndoAfterSave'
  226.           TabOrder = 13
  227.         end
  228.       end
  229.       object GBPrintOptions: TGroupBox
  230.         Left = 0
  231.         Top = 172
  232.         Width = 431
  233.         Height = 85
  234.         Caption = 'GBPrintOptions'
  235.         TabOrder = 1
  236.         object chkPrintPageNos: TCheckBox
  237.           Left = 220
  238.           Top = 37
  239.           Width = 201
  240.           Height = 17
  241.           HelpContext = 937
  242.           Caption = 'chkPrintPageNos'
  243.           TabOrder = 4
  244.         end
  245.         object chkPrintDate: TCheckBox
  246.           Left = 220
  247.           Top = 19
  248.           Width = 206
  249.           Height = 17
  250.           HelpContext = 936
  251.           Caption = 'chkPrintDate'
  252.           TabOrder = 3
  253.         end
  254.         object chkPrintFileName: TCheckBox
  255.           Left = 8
  256.           Top = 55
  257.           Width = 208
  258.           Height = 17
  259.           HelpContext = 934
  260.           Caption = 'chkPrintFileName'
  261.           TabOrder = 2
  262.         end
  263.         object chkPrintLineNos: TCheckBox
  264.           Left = 8
  265.           Top = 37
  266.           Width = 208
  267.           Height = 17
  268.           HelpContext = 933
  269.           Caption = 'chkPrintLineNos'
  270.           TabOrder = 1
  271.         end
  272.         object chkPrintWrap: TCheckBox
  273.           Left = 8
  274.           Top = 19
  275.           Width = 208
  276.           Height = 17
  277.           HelpContext = 935
  278.           Caption = 'chkPrintWrap'
  279.           TabOrder = 0
  280.         end
  281.         object chkPrintInColor: TCheckBox
  282.           Left = 220
  283.           Top = 55
  284.           Width = 196
  285.           Height = 17
  286.           HelpContext = 701
  287.           Caption = 'chkPrintInColor'
  288.           TabOrder = 5
  289.         end
  290.       end
  291.       object GBOtherOptions: TGroupBox
  292.         Left = 0
  293.         Top = 266
  294.         Width = 431
  295.         Height = 82
  296.         Caption = 'GBOtherOptions'
  297.         TabOrder = 2
  298.         object lblIndentStep: TLabel
  299.           Left = 117
  300.           Top = 23
  301.           Width = 62
  302.           Height = 13
  303.           Alignment = taRightJustify
  304.           Caption = 'lblIndentStep'
  305.         end
  306.         object lblDefTabStop: TLabel
  307.           Left = 312
  308.           Top = 23
  309.           Width = 68
  310.           Height = 13
  311.           Alignment = taRightJustify
  312.           Caption = 'lblDefTabStop'
  313.         end
  314.         object lblTabColumns: TLabel
  315.           Left = 109
  316.           Top = 49
  317.           Width = 69
  318.           Height = 13
  319.           Alignment = taRightJustify
  320.           Caption = 'lblTabColumns'
  321.         end
  322.         object EdIndentStep: TEdit
  323.           Left = 184
  324.           Top = 19
  325.           Width = 30
  326.           Height = 21
  327.           HelpContext = 939
  328.           MaxLength = 3
  329.           TabOrder = 0
  330.         end
  331.         object EdDefTabStop: TEdit
  332.           Left = 387
  333.           Top = 19
  334.           Width = 30
  335.           Height = 21
  336.           HelpContext = 940
  337.           MaxLength = 3
  338.           TabOrder = 1
  339.         end
  340.         object EdTabColumns: TEdit
  341.           Left = 184
  342.           Top = 46
  343.           Width = 232
  344.           Height = 21
  345.           HelpContext = 1046
  346.           TabOrder = 2
  347.         end
  348.       end
  349.     end
  350.     object tsDisplay: TTabSheet
  351.       BorderWidth = 10
  352.       Caption = 'Display'
  353.       object GBGutter: TGroupBox
  354.         Left = 0
  355.         Top = 0
  356.         Width = 434
  357.         Height = 65
  358.         Align = alTop
  359.         Caption = 'GBGutter'
  360.         TabOrder = 0
  361.         object lblGutterWidth: TLabel
  362.           Left = 263
  363.           Top = 21
  364.           Width = 67
  365.           Height = 13
  366.           Alignment = taRightJustify
  367.           Caption = 'lblGutterWidth'
  368.         end
  369.         object chkShowGutter: TCheckBox
  370.           Left = 8
  371.           Top = 19
  372.           Width = 185
  373.           Height = 17
  374.           HelpContext = 938
  375.           Caption = 'chkShowGutter'
  376.           TabOrder = 0
  377.         end
  378.         object EdGutterWidth: TEdit
  379.           Tag = 1
  380.           Left = 335
  381.           Top = 17
  382.           Width = 32
  383.           Height = 21
  384.           HelpContext = 1045
  385.           MaxLength = 2
  386.           TabOrder = 1
  387.           Text = '1'
  388.         end
  389.         object chkGutterLineNos: TCheckBox
  390.           Left = 8
  391.           Top = 37
  392.           Width = 210
  393.           Height = 17
  394.           HelpContext = 930
  395.           Caption = 'chkGutterLineNos'
  396.           TabOrder = 2
  397.         end
  398.       end
  399.       object GBEditorFont: TGroupBox
  400.         Left = 0
  401.         Top = 75
  402.         Width = 434
  403.         Height = 195
  404.         Caption = 'GBEditorFont'
  405.         TabOrder = 1
  406.         object lblFontName: TLabel
  407.           Left = 19
  408.           Top = 20
  409.           Width = 59
  410.           Height = 13
  411.           Alignment = taRightJustify
  412.           Caption = 'lblFontName'
  413.         end
  414.         object lblFontSize: TLabel
  415.           Left = 223
  416.           Top = 20
  417.           Width = 51
  418.           Height = 13
  419.           Alignment = taRightJustify
  420.           Caption = 'lblFontSize'
  421.         end
  422.         object CBFontName: TComboBox
  423.           Left = 18
  424.           Top = 36
  425.           Width = 180
  426.           Height = 21
  427.           HelpContext = 226
  428.           Style = csDropDownList
  429.           ItemHeight = 13
  430.           TabOrder = 0
  431.           OnClick = CBFontNameClick
  432.         end
  433.         object CBFontSize: TComboBox
  434.           Left = 222
  435.           Top = 36
  436.           Width = 55
  437.           Height = 21
  438.           HelpContext = 248
  439.           Style = csDropDownList
  440.           ItemHeight = 13
  441.           MaxLength = 2
  442.           TabOrder = 1
  443.           OnClick = CBFontNameClick
  444.           Items.Strings = (
  445.             '8'
  446.             '9'
  447.             '10'
  448.             '11'
  449.             '12'
  450.             '14'
  451.             '16'
  452.             '18'
  453.             '20'
  454.             '22'
  455.             '24'
  456.             '26'
  457.             '30')
  458.         end
  459.         object PanelFontPreview: TPanel
  460.           Left = 16
  461.           Top = 92
  462.           Width = 401
  463.           Height = 89
  464.           BevelKind = bkTile
  465.           BevelOuter = bvNone
  466.           Caption = 'AaBbCc XxYyZz'
  467.           Color = clWindow
  468.           Font.Charset = DEFAULT_CHARSET
  469.           Font.Color = clWindowText
  470.           Font.Height = -13
  471.           Font.Name = 'Courier New'
  472.           Font.Style = []
  473.           ParentFont = False
  474.           TabOrder = 3
  475.         end
  476.         object chkFixedFontsOnly: TCheckBox
  477.           Left = 18
  478.           Top = 63
  479.           Width = 161
  480.           Height = 17
  481.           Caption = 'Use only fixed-width fonts '
  482.           Checked = True
  483.           State = cbChecked
  484.           TabOrder = 2
  485.           OnClick = chkFixedFontsOnlyClick
  486.         end
  487.       end
  488.     end
  489.     object tsHighlighting: TTabSheet
  490.       BorderWidth = 12
  491.       Caption = 'Syntax Highlighting'
  492.       object PanelSyntaxHighlight: TGroupBox
  493.         Left = 0
  494.         Top = 0
  495.         Width = 430
  496.         Height = 344
  497.         Align = alClient
  498.         TabOrder = 0
  499.         object lblSynElements: TLabel
  500.           Left = 10
  501.           Top = 180
  502.           Width = 71
  503.           Height = 13
  504.           Caption = 'lblSynElements'
  505.         end
  506.         object lblFGColor: TLabel
  507.           Left = 180
  508.           Top = 180
  509.           Width = 48
  510.           Height = 13
  511.           Caption = 'lblFGColor'
  512.         end
  513.         object lblBGColor: TLabel
  514.           Left = 180
  515.           Top = 230
  516.           Width = 48
  517.           Height = 13
  518.           Caption = 'lblFGColor'
  519.         end
  520.         object lblHighlightLanguage: TLabel
  521.           Left = 102
  522.           Top = 17
  523.           Width = 99
  524.           Height = 13
  525.           Alignment = taRightJustify
  526.           Caption = 'lblHighlightLanguage'
  527.         end
  528.         object LBSynElements: TListBox
  529.           Left = 10
  530.           Top = 195
  531.           Width = 156
  532.           Height = 141
  533.           HelpContext = 941
  534.           ItemHeight = 13
  535.           TabOrder = 0
  536.           OnClick = LBSynElementsClick
  537.         end
  538.         object GBDefaultColors: TGroupBox
  539.           Left = 264
  540.           Top = 180
  541.           Width = 161
  542.           Height = 60
  543.           Caption = 'GBDefaultColors'
  544.           TabOrder = 1
  545.           object chkDefaultFG: TCheckBox
  546.             Tag = 1
  547.             Left = 11
  548.             Top = 16
  549.             Width = 145
  550.             Height = 17
  551.             Caption = 'chkDefaultFG'
  552.             TabOrder = 0
  553.             OnClick = chkDefaultFGClick
  554.           end
  555.           object chkDefaultBG: TCheckBox
  556.             Left = 11
  557.             Top = 35
  558.             Width = 145
  559.             Height = 17
  560.             Caption = 'chkDefaultBG'
  561.             TabOrder = 1
  562.             OnClick = chkDefaultFGClick
  563.           end
  564.         end
  565.         object GBTextAttr: TGroupBox
  566.           Left = 264
  567.           Top = 247
  568.           Width = 161
  569.           Height = 74
  570.           Caption = 'GBTextAttr'
  571.           TabOrder = 2
  572.           object chkBold: TCheckBox
  573.             Tag = 1
  574.             Left = 10
  575.             Top = 15
  576.             Width = 145
  577.             Height = 17
  578.             HelpContext = 942
  579.             Caption = 'chkBold'
  580.             TabOrder = 0
  581.             OnClick = chkBoldClick
  582.           end
  583.           object chkItalic: TCheckBox
  584.             Tag = 2
  585.             Left = 10
  586.             Top = 33
  587.             Width = 145
  588.             Height = 17
  589.             HelpContext = 942
  590.             Caption = 'chkItalic'
  591.             TabOrder = 1
  592.             OnClick = chkBoldClick
  593.           end
  594.           object chkUnderline: TCheckBox
  595.             Tag = 3
  596.             Left = 10
  597.             Top = 51
  598.             Width = 145
  599.             Height = 17
  600.             HelpContext = 942
  601.             Caption = 'chkUnderline'
  602.             TabOrder = 2
  603.             OnClick = chkBoldClick
  604.           end
  605.         end
  606.         object SMHighlight: TSyntaxMemo
  607.           Tag = 2
  608.           Left = 10
  609.           Top = 54
  610.           Width = 414
  611.           Height = 115
  612.           HelpContext = 1048
  613.           ClipCopyFormats = [smTEXT, smRTF]
  614.           Font.Charset = ANSI_CHARSET
  615.           Font.Color = clWindowText
  616.           Font.Height = -13
  617.           Font.Name = 'Courier New'
  618.           Font.Style = []
  619.           GutterFont.Charset = DEFAULT_CHARSET
  620.           GutterFont.Color = clWindowText
  621.           GutterFont.Height = -11
  622.           GutterFont.Name = 'MS Sans Serif'
  623.           GutterFont.Style = []
  624.           HyperCursor = crDefault
  625.           IndentStep = 1
  626.           Margin = 2
  627.           Modified = False
  628.           MonoPrint = True
  629.           Options = [smoSyntaxHighlight, smoPrintWrap, smoPrintLineNos, smoPrintFilename, smoPrintDate, smoPrintPageNos, smoAutoIndent, smoTabToColumn, smoWordSelect, smoShowRMargin, smoShowGutter, smoShowWrapColumn, smoTitleAsFilename, smoBlockOverwriteCursor, smoShowWrapGlyph, smoColumnTrack]
  630.           ReadOnly = True
  631.           RightMargin = 80
  632.           SaveFormat = sfTEXT
  633.           ScrollBars = ssBoth
  634.           SelLineStyle = lsCRLF
  635.           SelStart = 0
  636.           SelLength = 0
  637.           SelTextColor = clWhite
  638.           SelTextBack = clTeal
  639.           TabDefault = 4
  640.           TabOrder = 3
  641.           TabStop = False
  642.           Version = '3.00.39'
  643.           VisiblePropEdPages = [ppOPTIONS, ppHIGHLIGHTING, ppKEYS, ppAUTOCORRECT, ppTEMPLATES]
  644.           WantReturns = False
  645.           WantTab = False
  646.           WrapAtColumn = 2048
  647.           CanMoveGutter = False
  648.           OnMouseDown = SMHighlightMouseDown
  649.           ActiveParser = 1
  650.         end
  651.         object CBHighlightParser: TComboBox
  652.           Left = 207
  653.           Top = 13
  654.           Width = 217
  655.           Height = 21
  656.           Style = csDropDownList
  657.           ItemHeight = 13
  658.           TabOrder = 4
  659.           OnClick = CBHighlightParserClick
  660.         end
  661.         object cboxFGColor: TcxColorComboBox
  662.           Left = 180
  663.           Top = 195
  664.           Properties.AllowSelectColor = True
  665.           Properties.ColorBoxWidth = 16
  666.           Properties.ColorDialogType = cxcdtCustom
  667.           Properties.CustomColors = <>
  668.           Properties.DefaultColor = clBlack
  669.           Properties.ImmediatePost = True
  670.           Properties.NamingConvention = cxncNone
  671.           Properties.PrepareList = cxplHTML4
  672.           Properties.ShowDescriptions = False
  673.           Properties.OnChange = colorBtnFGColorChange
  674.           Properties.OnSelectCustomColor = cboxFGColorPropertiesSelectCustomColor
  675.           Style.LookAndFeel.Kind = lfStandard
  676.           Style.LookAndFeel.NativeStyle = True
  677.           StyleDisabled.LookAndFeel.Kind = lfStandard
  678.           StyleDisabled.LookAndFeel.NativeStyle = True
  679.           StyleFocused.LookAndFeel.Kind = lfStandard
  680.           StyleFocused.LookAndFeel.NativeStyle = True
  681.           StyleHot.LookAndFeel.Kind = lfStandard
  682.           StyleHot.LookAndFeel.NativeStyle = True
  683.           TabOrder = 5
  684.           Width = 66
  685.         end
  686.         object cboxBGColor: TcxColorComboBox
  687.           Left = 180
  688.           Top = 245
  689.           Enabled = False
  690.           Properties.AllowSelectColor = True
  691.           Properties.ColorBoxWidth = 16
  692.           Properties.ColorDialogType = cxcdtCustom
  693.           Properties.CustomColors = <>
  694.           Properties.DefaultColor = clBlack
  695.           Properties.ImmediatePost = True
  696.           Properties.NamingConvention = cxncNone
  697.           Properties.PrepareList = cxplHTML4
  698.           Properties.ShowDescriptions = False
  699.           Properties.OnChange = colorBtnFGColorChange
  700.           Properties.OnSelectCustomColor = cboxFGColorPropertiesSelectCustomColor
  701.           Style.LookAndFeel.Kind = lfStandard
  702.           Style.LookAndFeel.NativeStyle = True
  703.           StyleDisabled.LookAndFeel.Kind = lfStandard
  704.           StyleDisabled.LookAndFeel.NativeStyle = True
  705.           StyleFocused.LookAndFeel.Kind = lfStandard
  706.           StyleFocused.LookAndFeel.NativeStyle = True
  707.           StyleHot.LookAndFeel.Kind = lfStandard
  708.           StyleHot.LookAndFeel.NativeStyle = True
  709.           TabOrder = 6
  710.           Width = 66
  711.         end
  712.       end
  713.     end
  714.     object tsAutoCorrect: TTabSheet
  715.       BorderWidth = 10
  716.       Caption = 'Auto Correct'
  717.       object PanelAutoCorrect: TGroupBox
  718.         Left = 0
  719.         Top = 0
  720.         Width = 434
  721.         Height = 348
  722.         Align = alClient
  723.         TabOrder = 0
  724.         object lblAutoCorrectKeys: TLabel
  725.           Left = 142
  726.           Top = 324
  727.           Width = 108
  728.           Height = 13
  729.           Caption = 'lblAutoCorrectKeys'
  730.           Font.Charset = DEFAULT_CHARSET
  731.           Font.Color = clWindowText
  732.           Font.Height = -11
  733.           Font.Name = 'MS Sans Serif'
  734.           Font.Style = [fsBold]
  735.           ParentFont = False
  736.         end
  737.         object lblAutoCorrectLanguage: TLabel
  738.           Left = 89
  739.           Top = 19
  740.           Width = 114
  741.           Height = 13
  742.           Alignment = taRightJustify
  743.           Caption = 'lblAutoCorrectLanguage'
  744.         end
  745.         object btnAutoCorrectAdd: TButton
  746.           Left = 12
  747.           Top = 292
  748.           Width = 75
  749.           Height = 19
  750.           HelpContext = 1129
  751.           Caption = 'btnAutoCorrectAdd'
  752.           TabOrder = 0
  753.           OnClick = btnAutoCorrectAddClick
  754.         end
  755.         object btnAutoCorrectRemove: TButton
  756.           Left = 172
  757.           Top = 292
  758.           Width = 75
  759.           Height = 19
  760.           HelpContext = 1130
  761.           Caption = 'btnAutoCorrectRemove'
  762.           TabOrder = 1
  763.           OnClick = btnAutoCorrectRemoveClick
  764.         end
  765.         object EdAutoCorrectKeys: TEdit
  766.           Left = 259
  767.           Top = 321
  768.           Width = 168
  769.           Height = 21
  770.           HelpContext = 1131
  771.           TabOrder = 2
  772.           OnExit = EdAutoCorrectKeysExit
  773.         end
  774.         object CBAutoCorrectParser: TComboBox
  775.           Left = 209
  776.           Top = 15
  777.           Width = 217
  778.           Height = 21
  779.           Style = csDropDownList
  780.           ItemHeight = 13
  781.           TabOrder = 3
  782.           OnClick = CBHighlightParserClick
  783.         end
  784.         object LVAutoCorrect: TListView
  785.           Left = 12
  786.           Top = 45
  787.           Width = 412
  788.           Height = 244
  789.           HelpContext = 1128
  790.           Columns = <
  791.             item
  792.               Caption = 'Replace'
  793.               Width = 180
  794.             end
  795.             item
  796.               Caption = 'With'
  797.               Width = 200
  798.             end>
  799.           HideSelection = False
  800.           ReadOnly = True
  801.           RowSelect = True
  802.           TabOrder = 4
  803.           ViewStyle = vsReport
  804.           OnChange = LVAutoCorrectChange
  805.         end
  806.         object btnAutoCorrectEdit: TButton
  807.           Left = 92
  808.           Top = 292
  809.           Width = 75
  810.           Height = 19
  811.           HelpContext = 1130
  812.           Caption = 'btnAutoCorrectEdit'
  813.           TabOrder = 5
  814.           OnClick = btnAutoCorrectEditClick
  815.         end
  816.       end
  817.     end
  818.     object tsCodeTemplates: TTabSheet
  819.       BorderWidth = 10
  820.       Caption = 'Code Templates'
  821.       object PanelCodeTpl: TGroupBox
  822.         Left = 0
  823.         Top = 0
  824.         Width = 434
  825.         Height = 348
  826.         Align = alClient
  827.         TabOrder = 0
  828.         object lblCodeTplValue: TLabel
  829.           Left = 12
  830.           Top = 173
  831.           Width = 93
  832.           Height = 13
  833.           Caption = 'lblCodeTplValue'
  834.           Font.Charset = DEFAULT_CHARSET
  835.           Font.Color = clWindowText
  836.           Font.Height = -11
  837.           Font.Name = 'MS Sans Serif'
  838.           Font.Style = [fsBold]
  839.           ParentFont = False
  840.         end
  841.         object lblCodeTplLanguage: TLabel
  842.           Left = 105
  843.           Top = 19
  844.           Width = 98
  845.           Height = 13
  846.           Alignment = taRightJustify
  847.           Caption = 'lblCodeTplLanguage'
  848.         end
  849.         object lblCodeTplHotKey: TLabel
  850.           Left = 191
  851.           Top = 326
  852.           Width = 102
  853.           Height = 13
  854.           Alignment = taRightJustify
  855.           Caption = 'lblCodeTplHotKey'
  856.           Font.Charset = DEFAULT_CHARSET
  857.           Font.Color = clWindowText
  858.           Font.Height = -11
  859.           Font.Name = 'MS Sans Serif'
  860.           Font.Style = [fsBold]
  861.           ParentFont = False
  862.         end
  863.         object SMCodeTplValue: TSyntaxMemo
  864.           Left = 12
  865.           Top = 187
  866.           Width = 414
  867.           Height = 127
  868.           HelpContext = 1010
  869.           ClipCopyFormats = [smTEXT, smRTF]
  870.           Font.Charset = ANSI_CHARSET
  871.           Font.Color = clWindowText
  872.           Font.Height = -13
  873.           Font.Name = 'Courier New'
  874.           Font.Style = []
  875.           GutterFont.Charset = DEFAULT_CHARSET
  876.           GutterFont.Color = clWindowText
  877.           GutterFont.Height = -11
  878.           GutterFont.Name = 'MS Sans Serif'
  879.           GutterFont.Style = []
  880.           HyperCursor = crDefault
  881.           IndentStep = 1
  882.           Margin = 2
  883.           Modified = False
  884.           MonoPrint = True
  885.           Options = [smoSyntaxHighlight, smoPrintWrap, smoPrintLineNos, smoPrintFilename, smoPrintDate, smoPrintPageNos, smoAutoIndent, smoTabToColumn, smoWordSelect, smoShowRMargin, smoShowGutter, smoShowWrapColumn, smoTitleAsFilename, smoBlockOverwriteCursor, smoShowWrapGlyph, smoColumnTrack]
  886.           ReadOnly = True
  887.           RightMargin = 80
  888.           SaveFormat = sfTEXT
  889.           ScrollBars = ssBoth
  890.           SelLineStyle = lsCRLF
  891.           SelStart = 0
  892.           SelLength = 0
  893.           SelTextColor = clWhite
  894.           SelTextBack = clTeal
  895.           TabDefault = 4
  896.           TabOrder = 0
  897.           Version = '3.00.39'
  898.           VisiblePropEdPages = [ppOPTIONS, ppHIGHLIGHTING, ppKEYS, ppAUTOCORRECT, ppTEMPLATES]
  899.           WrapAtColumn = 2048
  900.           CanMoveGutter = False
  901.           ActiveParser = 1
  902.         end
  903.         object CBCodeTplParser: TComboBox
  904.           Left = 209
  905.           Top = 15
  906.           Width = 217
  907.           Height = 21
  908.           Style = csDropDownList
  909.           ItemHeight = 13
  910.           TabOrder = 1
  911.           OnClick = CBHighlightParserClick
  912.         end
  913.         object LVCodeTpl: TListView
  914.           Left = 12
  915.           Top = 45
  916.           Width = 325
  917.           Height = 121
  918.           HelpContext = 1135
  919.           Columns = <
  920.             item
  921.               Caption = 'Name'
  922.               Width = 100
  923.             end
  924.             item
  925.               Caption = 'Description'
  926.               Width = 180
  927.             end>
  928.           HideSelection = False
  929.           ReadOnly = True
  930.           RowSelect = True
  931.           TabOrder = 2
  932.           ViewStyle = vsReport
  933.           OnChange = LVCodeTplChange
  934.         end
  935.         object btnCodeTplAdd: TButton
  936.           Left = 349
  937.           Top = 45
  938.           Width = 75
  939.           Height = 19
  940.           HelpContext = 1132
  941.           Caption = 'btnCodeTplAdd'
  942.           TabOrder = 3
  943.           OnClick = btnCodeTplAddClick
  944.         end
  945.         object btnCodeTplRemove: TButton
  946.           Left = 349
  947.           Top = 91
  948.           Width = 75
  949.           Height = 19
  950.           HelpContext = 1133
  951.           Caption = 'btnCodeTplRemove'
  952.           TabOrder = 4
  953.           OnClick = btnCodeTplRemoveClick
  954.         end
  955.         object btnCodeTplEdit: TButton
  956.           Left = 349
  957.           Top = 68
  958.           Width = 75
  959.           Height = 19
  960.           HelpContext = 1133
  961.           Caption = 'btnCodeTplEdit'
  962.           TabOrder = 5
  963.           OnClick = btnCodeTplEditClick
  964.         end
  965.         object HKCodeTplHotKey: THotKey
  966.           Left = 296
  967.           Top = 323
  968.           Width = 130
  969.           Height = 19
  970.           HelpContext = 1134
  971.           HotKey = 32833
  972.           TabOrder = 6
  973.           OnChange = HKCodeTplHotKeyChange
  974.         end
  975.       end
  976.     end
  977.   end
  978. end
  979.